Package-level declarations
Functions
Link copied to clipboard
fun <T> springAnimation(target: T, name: String, getter: (T) -> Float, setter: (T, Float) -> Unit): SpringAnimation
Creates a SpringAnimation for a custom property using getter and setter lambdas.